home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 May / CHIPCD200305.iso / soft / fvsetup.exe / {app} / fv.dll / scripts / DefineButton2_67 / BUTTONCONDACTION on(release).as
Text File  |  2003-01-24  |  418b  |  25 lines

  1. on(release){
  2.    i = "1";
  3.    while("9" >= i)
  4.    {
  5.       tellTarget("/" add i)
  6.       {
  7.          gotoAndStop(1);
  8.       }
  9.       i += "1";
  10.    }
  11.    wlb = "1";
  12.    while("8" >= wlb)
  13.    {
  14.       if(getProperty("/winline" add wlb, _currentframe) != "1")
  15.       {
  16.          tellTarget("/winline" add wlb)
  17.          {
  18.             gotoAndStop(1);
  19.          }
  20.       }
  21.       wlb += "1";
  22.    }
  23.    gotoAndPlay(36);
  24. }
  25.